From: Matthias Clasen Date: Thu, 11 May 2023 00:45:39 +0000 (-0400) Subject: gsk: Comment out some debug code X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~59^2^2~280^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9faf1a03778e1b095249ebc2b5ac70f28eeea392;p=gtk4.git gsk: Comment out some debug code The calls of these functions are #ifdef'ed out, so no point in compiling these functions. --- diff --git a/gsk/gl/gskglcommandqueue.c b/gsk/gl/gskglcommandqueue.c index 30e3c83ba5..e7af501582 100644 --- a/gsk/gl/gskglcommandqueue.c +++ b/gsk/gl/gskglcommandqueue.c @@ -41,6 +41,7 @@ G_DEFINE_TYPE (GskGLCommandQueue, gsk_gl_command_queue, G_TYPE_OBJECT) +#if 0 G_GNUC_UNUSED static inline void print_uniform (GskGLUniformFormat format, guint array_count, @@ -231,6 +232,7 @@ gsk_gl_command_queue_capture_png (GskGLCommandQueue *self, gdk_texture_save_to_png (texture, filename); g_object_unref (texture); } +#endif static inline gboolean will_ignore_batch (GskGLCommandQueue *self)